map_with_index-{-e-i-..-}-(mapwi).sublime-snippet (215B)
1 <snippet> 2 <content><![CDATA[enum_with_index.map { |${1:e}, ${2:i}| $0 }]]></content> 3 <tabTrigger>mapwi-</tabTrigger> 4 <scope>source.ruby</scope> 5 <description>map_with_index { |e, i| .. }</description> 6 </snippet>